home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / VirtualDub / vdremote / clsid.h next >
Encoding:
C/C++ Source or Header  |  2003-10-01  |  300 b   |  10 lines

  1. #ifndef f_VDREMOTE_CLSID_H
  2. #define f_VDREMOTE_CLSID_H
  3.  
  4. #include <objbase.h>
  5.  
  6. DEFINE_GUID(CLSID_CAVIFileRemote    , 0x894288e0,0x0948,0x11d2,0x81,0x09,0x00,0x48,0x45,0x00,0x0e,0xb5);
  7. DEFINE_GUID(CLSID_CAVIStreamRemote    , 0x91379540,0x0948,0x11d2,0x81,0x09,0x00,0x48,0x45,0x00,0x0e,0xb5);
  8.  
  9. #endif
  10.